home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / DEBUG / STAKWK10 / STAKWALK.DFM / STAKWALK.txt
Text File  |  1996-04-30  |  2KB  |  81 lines

  1. object WalkerDialog: TWalkerDialog
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'StackWalker'
  6.   ClientHeight = 217
  7.   ClientWidth = 321
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 297
  21.     Height = 161
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 40
  26.     Top = 32
  27.     Width = 236
  28.     Height = 13
  29.     Caption = 'StackWalker is walking back up your stack, trying'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 40
  33.     Top = 56
  34.     Width = 228
  35.     Height = 13
  36.     Caption = 'to find what triggered the exception.  Click OK to'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 40
  40.     Top = 80
  41.     Width = 124
  42.     Height = 13
  43.     Caption = 'continue, Cancel to stop.  '
  44.   end
  45.   object Label4: TLabel
  46.     Left = 40
  47.     Top = 136
  48.     Width = 229
  49.     Height = 13
  50.     Caption = 'Uncheck this button to deactivate StackWalker.'
  51.   end
  52.   object OKBtn: TButton
  53.     Left = 79
  54.     Top = 180
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 0
  61.   end
  62.   object CancelBtn: TButton
  63.     Left = 159
  64.     Top = 180
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 1
  71.   end
  72.   object Active: TCheckBox
  73.     Left = 40
  74.     Top = 104
  75.     Width = 97
  76.     Height = 17
  77.     Caption = 'WalkerActive'
  78.     TabOrder = 2
  79.   end
  80. end
  81.